본문으로 건너뛰기

Injective inEVM

정보

Please refer to here to get started.
You can find more information about inEVM here

Connect to WELLDONE Code

You can activate the WELLDONE Code plugin by accessing this deep link: WELLDONE Code Remix Plugin.

Change to inEVM network

정보

Currently inEVM features can only be used with MetaMask Wallet.

To activate inEVM features you need to set the network to either inEVM Mainnet or inEVM Testnet by changing the network.

change-network-injective

Compile & Deploy & Execute

In inEVM, you can write smart contracts with Solidity.
WELLDONE Code provides three features to help developers who want to port and run solidity contract deployed on other evm supported networks.

Compile the Contract

정보

In this documentation We are using ERC721 contract as a example created from Remix Workspace.

Create a simple example contract code written in Solidity.
Or Simply open the contract file on Remix and click on Compile Solidity Contract.

compile-button-injective

Deploy the Contract

정보

Code Deployment takes up few seconds

After compilation You can deploy contract.
Consturctor field will be automatically generated via ABI.
After filling up the constructor click on Deploy Button below.

deploy-button-injective

Execute the Contract

After deployment is done You can interact with deployed contract.
Click on the function want to call, fill out the arguments and click transact.

interact-form-injective

After confirming the transaction, Transaction result will be displayed on Remix terminal if successful.

interact-form-injective